const runtime.rwmutexMaxReaders
6 uses
runtime (current package)
rwmutex.go#L67: const rwmutexMaxReaders = 1 << 30
rwmutex.go#L103: if r+1 == 0 || r+1 == -rwmutexMaxReaders {
rwmutex.go#L126: r := rw.readerCount.Add(-rwmutexMaxReaders) + rwmutexMaxReaders
rwmutex.go#L145: r := rw.readerCount.Add(rwmutexMaxReaders)
rwmutex.go#L146: if r >= rwmutexMaxReaders {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |